home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 April / inter@ivo 1997-04.iso / demos / referenc / orsay / dataor / guide.dxr / 00019.ls < prev    next >
Encoding:
Text File  |  1996-06-17  |  226 b   |  17 lines

  1. on wait wichtime
  2.   set timedeb to the timer
  3.   repeat while (the timer - timedeb) < (wichtime * 60)
  4.     if the mouseDown then
  5.       quit()
  6.     end if
  7.   end repeat
  8. end
  9.  
  10. on mouseDown
  11.   quit()
  12. end
  13.  
  14. on startMovie
  15.   cursor(200)
  16. end
  17.